home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 25 / n_whzip.zip / NZIP.DOC next >
Text File  |  1990-08-02  |  8KB  |  296 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.                         Nzip / Whzip
  9.  
  10.                              by
  11.  
  12.                       Norton Associates
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.                       506 Post Oak Dr.
  43.                       Baytown TX, 77520
  44.  
  45.                      Compuserve 70441,1337
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56. NZIP AND WHZIP FILES
  57.  
  58. The following 3 files are included in Nzip Version 0.98
  59.  
  60.    NZIP.EXE    Aids in reviewing and extraction of files
  61.                 within PKzip files
  62.   WHZIP.EXE    Whereis type utility which quickly find files
  63.                 within PKzip files
  64.    NZIP.DOC    This file
  65.  
  66.  
  67. NZIP AND WHZIP FEATURES
  68.  
  69. The following features are available in Version 0.98 of Nzip
  70. and Whzip.
  71.  
  72. Whzip
  73. -----
  74.  
  75. 1)   With no file name search string found on command-line,
  76.      Whzip lists all PKzip files with file extension "zip"
  77.      (e.g., *.zip) in all subdirectories in current disk
  78.      drive.
  79.  
  80. 2)   With file name search string found on command-line,
  81.      Whzip finds files matching search string for all PKzip
  82.      archive files (*.zip) in all subdirectories in current
  83.      disk drive.
  84.  
  85. 3)   Whzip lists all pertinent archive information about
  86.      each matched file and prompts user if number of files
  87.      found exceeds one screen.
  88.  
  89. Nzip
  90. ----
  91.  
  92. 1)   Nzip lists all Pkzip files (*.zip) in current directory
  93.  
  94. 2)   User may select a zip file to view
  95.  
  96. 3)   Most pertinent information contained about the PKzip'ed
  97.      files is displayed.
  98.  
  99. 4)   User may select to view the contents of any file.  Up
  100.      to 1000 lines may be reviewed.
  101.  
  102. 5)   User may individually select or tag a set of files for
  103.      extraction to any subdirectory or disk drive.
  104.  
  105. Future versions of Nzip will include the extraction of files
  106. to a printer or deletion of files from the PKzip archive
  107. file.
  108.  
  109.  
  110. INTRODUCTION
  111.  
  112. Nzip and Whzip utilities are designed to work together to:
  113.  
  114.      - find archived files in the current directory;
  115.  
  116.      - determine the file to be extracted (view); and
  117.  
  118.      - extract the chosen file to any directory or drive.
  119.  
  120. Both Whzip and Nzip are designed to be used in any directory
  121. by placing these files in a directory found in the DOS PATH.
  122.  
  123.  
  124. REQUIREMENTS AND INSTALLATION
  125.  
  126. The latest version of PKunzip, Nzip and Whzip files must be
  127. in a directory found in the DOS system PATH.  Nzip uses
  128. PKunzip to extract files from PKzip'ed files.
  129.  
  130. Nzip and Whzip may be installed by copying Nzip.exe and
  131. Whzip.exe found in the distribution floppy diskette to a
  132. directory found in the DOS PATH.  To achieve maximum
  133. performance the directory should be on the hard disk and not
  134. run from a floppy diskette.
  135.  
  136.  
  137. WHZIP
  138.  
  139. Whzip is a "whereis" type utility which searches all
  140. subdirectories in the current disk drive for the file name
  141. found in the command-line.
  142.  
  143. c:> whzip *.pas
  144.  
  145. Whzip, in this example, will list all PKzip archived files
  146. with a file extension of "pas" to the screen.  If the screen
  147. becomes full, the user is prompted and Whzip waits until the
  148. user has presses any key except the ESC key.  The ESC key is
  149. reserved to immediately abort whzip and return to the current
  150. directory.
  151.  
  152. Whzip may also be used to list all Pkzip files to the screen.
  153. This is similar to other whereis utilities.
  154.  
  155. c:> whzip
  156.  
  157. Whzip, in this example, will list all PKzip files contained
  158. in the current disk drive to the screen.
  159.  
  160.  
  161.  
  162.  
  163.  
  164. NZIP
  165.  
  166. Nzip is a PKzip archive file viewer and extractor.  Upon
  167. execution (no command-line arguments required), Nzip finds
  168. all PKzip files with the file extension of zip (e.g., *.zip)
  169. in the current directory.  All PKzip'ed files are displayed
  170. for user selection.  If more than 15 PKzip'ed files, the user
  171. may scroll through the list until the desired PKzip file is
  172. found.  The user may then press the carriage return [CR] to
  173. select the PKzip file.
  174.  
  175. The next screen displays most pertinent information about the
  176. archived files in the center of the screen called the list
  177. window.  This includes:
  178.  
  179. 1)   Name of file
  180. 2)   Original size of file
  181. 3)   PKzip method of compression
  182. 4)   Percent compressed
  183. 5)   Current compressed size
  184. 6)   File modification date
  185. 7)   File modification time
  186.  
  187. The current version of Nzip, the current directory and PKzip
  188. file is displayed above the list window.  The total number of
  189. files and total and original file size are displayed below
  190. the list window.  At the bottom of the screen user
  191. information which aids the extraction, viewing, listing of
  192. PKzip files and Quit are displayed.
  193.  
  194. Use the left and right arrow keys or use the first letter of
  195. the name to select the desired function.  For example, if you
  196. want to Extract a file, press the letter "e".  The up and
  197. down arrow keys are used to move the listing of the archived
  198. files up and down in the list window.
  199.  
  200. Files may either be individually selected or a set of files
  201. may be selected by using the space-bar followed by a [CR].  A
  202. small diamond shaped icon on the left side of the file name
  203. should let the user know that the file has been selected.
  204. The [CR] moves the cursor down to the next file.  The space
  205. bar also used to deselect files.
  206.  
  207. Use the normal PageUp and PageDown keys to move one screen
  208. number of files.  Use the HOME key to move to the first in
  209. the archive.  Use END key to move to the last file in the
  210. archive.  The order of the files in the list window are the
  211. same as they were archived.
  212.  
  213. Because Nzip uses PKunzip to both extract and view a file,
  214. PKunzip must be in the DOS PATH.  To view a file, Nzip
  215. creates a subdirectory called "$$$3", extracts the contents
  216. of the file to that subdirectory and then reads the file.
  217.  
  218.  
  219. Currently 1000 lines of text may be reviewed with Nzip.  This
  220. may be increased in later versions of Nzip.  Upon review of
  221. the file, Nzip deletes the file and temporarily created
  222. subdirectory.  While viewing a file, all cursor functions are
  223. the same as mentioned before.
  224.  
  225. The function labeled Zip files allows the user to return back
  226. to the current listing of PKzip files to review additional
  227. PKzip files.
  228.  
  229. The user may exit Nzip by either depressing the ESC key, the
  230. "q" key (Quit) or moving the left or right arrow key until
  231. Quit is highlighted.
  232.  
  233.  
  234. CURRENT NZIP LIMITS
  235.  
  236. Description of limit                        Number
  237. --------------------------------------     -------
  238. Number of PKzip files                        125
  239. Number of files within any PKzip file        150
  240. Number of lines of text to be reviewed      1000
  241.  
  242.  
  243. ERRORS
  244.  
  245. Nzip detects most common type of DOS errors.  This includes:
  246.  
  247. 1)   Disk write protected
  248. 2)   Disk full
  249. 3)   PKunzip.exe not found in PATH
  250. 4)   Could not run PKunzip
  251. 5)   Out of memory
  252. 6)   Selected Zip file not found
  253. 7)   No Zip file(s) found in subdirectory
  254.  
  255.  
  256. WARRANTY
  257.  
  258. Nzip and Whzip are distributed on an "as is" basis without
  259. warranty, expressed or implied.  Considerable testing effort
  260. has been expended.  The user assumes full risk as to the
  261. results of using these programs.  Any liability of the author
  262. will be limited to product replacement. In no event shall the
  263. author be liable for any consequential damages arising from
  264. the use, or inability to use this product.
  265.  
  266.  
  267.  
  268. REGISTRATION
  269.  
  270. This product is not Shareware and is not in the Public Domain
  271. If you find it useful, users of this product are required to
  272. pay a nominal $15 registration fee.
  273.  
  274. If you are using Nzip and/or Whzip form commercial use, you
  275. may use it on a limited 30 day trial basis.  If you continue
  276. to use it you must pay the nominal registration fee.  For the
  277. $15, registered users will obtain the next version of Nzip.
  278. Send the $15 check or money order registration fee to:
  279.  
  280. Norton Associates
  281. Nzip Product
  282. 506 Post Oak Dr.
  283. Baytown TX, 77520
  284.  
  285. Please state the current version of Nzip and Whzip you are
  286. presently using.
  287.  
  288.  
  289. COPYRIGHTS
  290.  
  291. PKware,PKzip and PKunzip 1989, All rights reserved
  292. Nzip and Whzip 1990, All rights reserved
  293.  
  294.  
  295.  
  296.